ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Standard functions / Guided Tour functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Stops the specified Guided Tour.
Example
MyGetStartedTour is GuidedTour
// ...
// Start Guided Tour
MyGetStartedTour.Start()
// ...
// Stops the MyGetStartedTour
MyGetStartedTour.Stop()
Syntax
<Guided Tour>.Stop()
<Guided Tour>: GuidedTour variable
Name of the GuidedTour variable that corresponds to the Guided Tour to be stopped.
Component: wd290mdl.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/13/2023

Send a report | Local help